Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.service.RelationContrib--config

This contribution is part of XML component org.nuxeo.ecm.platform.comment.service.RelationContrib inside nuxeo-platform-comment-9.10.jar /OSGI-INF/comment-relation-contrib.xml

Extension Point

Extension point config of component CommentService.

Contributed Items

  • <config>
          <converterClass>
            org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
          </converterClass>
          <graphName>documentComments</graphName>
          <!-- XXX AT: these namespaces should have an ending slash -->
          <commentNamespace>http://www.nuxeo.org/comments/uid</commentNamespace>
          <documentNamespace>http://www.nuxeo.org/document/uid</documentNamespace>
          <predicateNamespace>
            http://www.nuxeo.org/predicates/isCommentFor
          </predicateNamespace>
        </config>

XML Source

<extension point="config" target="org.nuxeo.ecm.platform.comment.service.CommentService">
    <config>
      <converterClass>
        org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
      </converterClass>
      <graphName>documentComments</graphName>
      <!-- XXX AT: these namespaces should have an ending slash -->
      <commentNamespace>http://www.nuxeo.org/comments/uid</commentNamespace>
      <documentNamespace>http://www.nuxeo.org/document/uid</documentNamespace>
      <predicateNamespace>
        http://www.nuxeo.org/predicates/isCommentFor
      </predicateNamespace>
    </config>
  </extension>